Entity Waypoint

Waypoint is the Entity definition for an AI waypoint.

Subclass of Entity.

Functions

GetNextWaypointList () GetNextWaypointList returns the next waypoint in the list.
GetAction () GetAction returns the action at the waypoint.
GetPauseTime () GetPauseTime returns the animation clock time to wait at the waypoint.
IsUseDirection () IsUseDirection returns true if the waypoint uses the direction from the Controller object.
IsRepeat () IsRepeat returns true if the waypoint should repeat.
GetWaypointIndex () GetWaypointIndex returns this waypoint index.


Functions

GetNextWaypointList ()
GetNextWaypointList returns the next waypoint in the list.

Returns:

    A string indicating the next waypoint.
GetAction ()
GetAction returns the action at the waypoint.

Returns:

    A string indicating the waypoint action.
GetPauseTime ()
GetPauseTime returns the animation clock time to wait at the waypoint.

Returns:

    A numeric value indicating the pause time.
IsUseDirection ()
IsUseDirection returns true if the waypoint uses the direction from the Controller object.

Returns:

    A boolean value indicating whether the waypoint uses the Controller direction.
IsRepeat ()
IsRepeat returns true if the waypoint should repeat.

Returns:

    A boolean value indicating whether the waypoint should repeat.
GetWaypointIndex ()
GetWaypointIndex returns this waypoint index.

Returns:

    An integer indicating the waypoint index.
generated by LDoc 1.4.6 Last updated 2021-05-07 19:14:47